home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASME's Mechanical Engine…ing Toolkit 1997 December
/
ASME's Mechanical Engineering Toolkit 1997 December.iso
/
win_eng
/
atre27.exe
/
ATREE_27
/
MOSQWIN
/
MOSQUITO.RC
< prev
next >
Wrap
Text File
|
1992-08-01
|
4KB
|
76 lines
// remember to include \atree_27\include\
// in your include path!
/*****************************************************************************
**** ****
**** mosquito.rc ****
**** ****
**** atree release 2.7 for Windows ****
**** Adaptive Logic Network (ALN) simulation program. ****
**** Copyright (C) A. Dwelly, R. Manderscheid, M. Thomas, W.W. Armstrong ****
**** 1991, 1992 ****
**** ****
**** License: ****
**** A royalty-free license is granted for the use of this software for ****
**** NON_COMMERCIAL PURPOSES ONLY. The software may be copied and/or ****
**** modified provided this notice appears in its entirety and unchanged ****
**** in all derived source programs. Persons modifying the code are ****
**** requested to state the date, the changes made and who made them ****
**** in the modification history. ****
**** ****
**** Patent License: ****
**** The use of a digital circuit which transmits a signal indicating ****
**** heuristic responsibility is protected by U. S. Patent 3,934,231 ****
**** and others assigned to Dendronic Decisions Limited of Edmonton, ****
**** W. W. Armstrong, President. A royalty-free license is granted ****
**** by the company to use this patent for NON_COMMERCIAL PURPOSES to ****
**** adapt logic trees using this program and its modifications. ****
**** ****
**** Limited Warranty: ****
**** This software is provided "as is" without warranty of any kind, ****
**** either expressed or implied, including, but not limited to, the ****
**** implied warrantees of merchantability and fitness for a particular ****
**** purpose. The entire risk as to the quality and performance of the ****
**** program is with the user. Neither the authors, nor the ****
**** University of Alberta, its officers, agents, servants or employees ****
**** shall be liable or responsible in any way for any damage to ****
**** property or direct personal or consequential injury of any nature ****
**** whatsoever that may be suffered or sustained by any licensee, user ****
**** or any other party as a consequence of the use or disposition of ****
**** this software. ****
**** Modification history: ****
**** ****
**** 92.04.27 atree v2.5 for Windows, M. Thomas ****
**** 92.03.07 Release 2.6, Monroe Thomas ****
**** 92.01.08 Release 2.7, Monroe Thomas ****
**** ****
*****************************************************************************/
#ifndef WORKSHOP_INVOKED
#include <windows.h>
#endif
#include "mosqwin.h"
mosqico icon mosquito.ico
mosqcur cursor mosquito.cur
#include "atree.rc"
MENU_RESOURCE MENU
BEGIN
MENUITEM "&Run!", IDM_RUN
MENUITEM "&About...", IDM_ABOUT
MENUITEM "&Exit!", IDM_EXIT
MENUITEM "&Help!", IDM_HELP
END
IDD_ABOUT DIALOG 23, 28, 155, 104
STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | 0x80L
BEGIN
CONTROL "&Cool!", IDD_OK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 14, 83, 127, 13
CONTROL "Mosquito", IDD_TEXT1, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 59, 10, 37, 8
CONTROL "Adaptive Logic Network Demo", IDD_TEXT2, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 27, 46, 100, 9
ICON "mosqico", IDD_ICON, 69, 25, 17, 17
CONTROL "Windows version by Monroe M. Thomas", IDD_TEXT3, "STATIC", WS_CHILD | WS_VISIBLE | 0x1L, 40, 59, 74, 17
END